home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / TUTORIAL.PAK / CPPOCF3.RH < prev    next >
Text File  |  1997-05-06  |  926b  |  45 lines

  1. #if !defined(CPPOCF3_RH)
  2. #define CPPOCF3_RH
  3.  
  4. //
  5. // Resource identifiers
  6. //
  7. #define  ID_MAINMENU             0x1000
  8. #define  ID_CHILDMENU            0x2000
  9. #define  ID_CHOOSEPENSIZE        0x3000
  10.  
  11.  
  12. // File Menu
  13. #define CM_FILENEW                 101
  14. #define CM_FILEOPEN               102
  15. #define CM_FILESAVE               103
  16. #define CM_FILESAVEAS             104
  17. #define CM_FILECLOSE              105
  18. #define CM_FILEEXIT               106
  19.  
  20.  
  21. // Edit Menu
  22. // ->Uses constants defined in OCFHLPR.RH
  23.  
  24. // Tools Menu
  25. #define CM_PENSIZE                301
  26. #define CM_PENCOLOR               302
  27.  
  28.  
  29. // Window Menu
  30. #define CM_WINDOWCASCADECHILDREN  401
  31. #define CM_WINDOWTILECHILDREN     402
  32. #define CM_WINDOWARRANGEICONS     403
  33. #define CM_WINDOWCLOSEALL         404
  34.  
  35.  
  36. // Help Menu
  37. #define CM_HELPABOUT              501
  38.  
  39.  
  40. // Pen dialog
  41. #define IDC_PENSIZE                 101
  42.  
  43.  
  44. #endif    // CPPOCF3_RH
  45.